home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / DAT / README.verifydat < prev    next >
Encoding:
Text File  |  1994-08-02  |  685 b   |  16 lines

  1.  
  2. VERIFYDAT: A simple DAT checking program
  3.  
  4. verifydat will read an entire DAT tape, from lead-in to lead-out areas,
  5. and verify the timecode contents of the DAT. In particular, it tests
  6. for discontinuities in a-time or p-time, and verifies that the p-time
  7. is correctly recorded according to the DAT spec. This is useful
  8. for checking the output of cdtodat and dodat; for some 
  9. commands (writes following reads, writes following seeks) older DAT 
  10. firmware is not frame-accurate.
  11.  
  12. With the -t option, verifydat will also test the audio data on the
  13. DAT, assuming that it has been written with the 'testpat' command
  14. under 'dodat'. This will verify that the audio data on the tape is
  15. perfect.
  16.